From: Tim Starling Date: Wed, 27 May 2009 05:32:32 +0000 (+0000) Subject: Reverted r50065, restInPeace does this since r49684. X-Git-Tag: 1.31.0-rc.0~41637 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=b02dd9c4928246c54e526663c780986286d4c9fc;p=lhc%2Fweb%2Fwiklou.git Reverted r50065, restInPeace does this since r49684. --- diff --git a/index.php b/index.php index 1176e8c3b8..1aa59b70a7 100644 --- a/index.php +++ b/index.php @@ -71,7 +71,6 @@ if( $wgUseAjax && $action == 'ajax' ) { require_once( $IP . '/includes/AjaxDispatcher.php' ); $dispatcher = new AjaxDispatcher(); $dispatcher->performAction(); - wfGetLBFactory()->commitMasterChanges(); $mediaWiki->restInPeace(); exit; }